body {
   font-size: 15px;
}
.bs4_content a {
    
}
.bs4_content a:hover {
	color: #0056b3;
	text-decoration: underline;
}
.bs4_content .bg-info {
    background-color: #4480FF !important;
}
.render-message {
  height: 70px;
  overflow:hidden;
}
.word-break {
  word-wrap: anywhere;
}
.comment-link{
  text-decoration: none;
  text-align: center;
  padding: 0.25rem 0;
  border-top: 1px solid #dee2e6;
}
.comment-link:hover{
  background-color: var(--light);
  text-decoration: none !important;
}
.message .drop {
  max-height: 92px;
  overflow:hidden;
}
.moreA:hover {
  cursor: pointer;
}
#accordion h5 {
   display: block;

}
#accordion h5 button{
   color: #333;
   width: 100%;
   display: block;
   text-align: left;
}
#accordion h5 button:hover {
   text-decoration: none;
   opacity: 0.7;
}
.box-nav-accordion {
   margin-left:17px;
   margin-bottom: 5px;
   line-height: 20px;
}
.box_bs4_members.navbar {
   color: white;
   font-size: 14px;
}
.box_bs4_members.navbar a {
   color: white;
}
.box_bs4_members.navbar .btn {
    padding: 2px 10px;
    margin-bottom: 4px;
    line-height: 1.5;
    font-size: 14px;
}
.form-nav {
    width: 180px;

}
.main-content {
    margin-top: 10px;
    overflow-x: hidden;
}
.main-content .bannerad {
	max-width: 100%;
}
.main-content img.bannerad {
	margin: 0px;
}
#main-content {
	/*transition: 0.1s ease-in-out;*/
}
#side-nav {
	/*transition: 0.1s ease-in-out;*/
	position: relative;
}
#side-nav.off {
	left: -100%;
	flex: 0%;
	max-width: 0%;
	display:none;
}
.mobile-nav {
	display: none;
	overflow: scroll;
	overflow-x: hidden;
	background-color: #333;
	position: fixed;
	top:0;
	bottom:0;
	left:-100%;
	right:100%;
	transition: 0.5s all ease-in-out;
	z-index: 10;
}
.mobile-nav.show {
	left:0%;
	right:20%;
}
.mobile-nav .card {
	background-color: transparent;
	border: none;
}
.mobile-nav #accordion h5 {
   display: block;
   color: white !important;
}
.mobile-nav #accordion h5 button{
   color: white;
   display: block;
}
.mobile-nav #accordion h5 button:hover {
   text-decoration: none;
   opacity: 0.7;
}
.mobile-nav #accordion a{
   color: white;
}
.mobile-nav #accordion a:hover {
   text-decoration: none;
   opacity: 0.7;
}
.mobile-nav-user {
	color: white;
}
.mobile-nav-user span, .mobile-nav-user a {
	color: white;
	display: block;
}
#burger {
	display: none;
	background-color: transparent;
	border: none;
}
#mobile-overlay {
	visibility: hidden;
	background-color: rgba(0,0,0,0);
	position: fixed;
	top:0;
	bottom:0;
	left:0%;
	right:0;
	z-index: 9;
}
.card .box_site_name {
	color: #4480FF;
	font-weight: 500;
	padding-left: 0;
}
div.box_search div.content table tr td input.searchtext.form-control {
	height: 22px;
	width: 100%;
}
.card .box_site_subname { color:#333; font-size:13px; font-weight:500; padding: 0;  }
.btn-outline-info {
	border-color: #4480FF !important;
	color: #4480FF !important;
}
.btn-outline-info:hover {
background-color: #4480FF !important;
	border-color: #4480FF !important;
	color: white !important;
}
.admin_bs4 {
	background-color: #333;
	color: white;
	font-size: 12px;
	padding: 1px 0;
}
.admin_bs4 a {
	color: white;
}
.admin_bs4 a:hover {
	color: white;
	opacity: 0.7;
}
table.setup-site td {
	width: 50%;
}
table.setup-site input[type=text], table.setup-site textarea{
	width: 100%;
}
table.admingroup {
	background-color: white;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
table.admingroup th {
	background-color: var(--light);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.addbox {
	margin-top: 3px;
}
.bs4-form > div, .bs4-form .row > div {
  padding-top: 8px;
  padding-bottom: 8px;
}

#mobile-toolbar {
	display: none;
	margin: 0 auto;
	width: 70%;
	text-align: center;
}
#mobile-toolbar i {
	font-size: 20px;
	margin:0 8px;
	padding: 8px;
	color: #a6a6a6;
	border-bottom: solid transparent 3px;
}
#mobile-toolbar .mobile-svg.active i {
	border-bottom: solid #ffffff 3px;
	color: #ffffff;
}

input[type="text"], select, textarea {
	border: 1px solid #ced4da;
	padding: 3px 7px;
	border-radius: 3px;
}
input[type="submit"] {
	padding: 3px 7px;
	background-color: #007bff;
	color: white;
	border: #007bff thin solid;
	border-radius: 3px;
}
input[type="submit"]:hover {
	background-color: #005CBF;
	border: #005CBF thin solid;
}
input[type="text"]:focus {
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.bg-site {
	background-color: #4480FF !important;
	color: white !important;
}
.bold {
	font-weight: 600 !important;
}
.btn-outline-info, .btn-outline-light {
	background-color: transparent !important;
}
.btn-outline-light {
	border-color: white !important;
}

.btn:hover {
	color: white !important;
	text-decoration: none !important;
}
.btn-outline-light:hover {
	color: black !important;
	background-color: white !important;
}
.table-sm {
	width:100%;
}
.table-sm td{
	padding: 0.6rem 0.05rem;
}
.table-sm tr {
	border-bottom: #ced4da thin solid;
}
div.box_controlpanel {
	border: none !important;
	margin: 5px 0 !important;
}
.btn-info {
	color: white !important;
}
.btn-info:hover {
	color: white !important;
	text-decoration: none !important;
}
.btn-link:hover {
	color: black !important;
}
.image-shrink {
	max-height:200px;
	overflow: hidden;
}
.image-shrink:hover {
	opacity:0.7;
	cursor: pointer;
}
.image-shrink.noHover {
	max-height:auto;
}
.image-shrink.noHover:hover {
	opacity: 1;
	cursor: default;
	max-height:auto;
}
.inner-post-message .image-shrink {
	height: auto;
}
.inner-post-message .image-shrink:hover {
	opacity: 1;
	cursor: default;
}
.comment-text {
	resize: none;
}
.scaleFitEmbed {
	top:9px;
	margin-bottom: 10px;
	width: 100%;
	max-width: 100%;
	position: relative; 
	display: block;
}
.embed-responsive {
	height:56.25%;
	display: block;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
	right:0;
}
.border-none-table tr {
	border: none !important;
}

.box-nav-accordion a {
	display: block;
	padding: 3px 0;
	color: #333;
	padding-left: 12px;
	border-radius: 5px;
}

.box-nav-accordion a:hover {
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}

#side-nav, #right-col, #main-content {
	position: relative;
	height: 86vh;
	padding: 0 30px;
	overflow: scroll;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #eeeeee #eeeeee;
	transition: scrollbar-color ease-in-out 0.3s;
}

#side-nav:hover, #right-col:hover, #main-content:hover {
	scrollbar-color: #D4D4D4 #D4D4D4;
	scrollbar-width: thin;
}

#side-nav::-webkit-scrollbar , #right-col::-webkit-scrollbar , #main-content::-webkit-scrollbar {
	background-color: #eeeeee;
	transition: background-color ease-in-out 0.3s;
	width: 5px;
	height: 10em;
}

#side-nav:hover::-webkit-scrollbar, #right-col:hover::-webkit-scrollbar, #main-content:hover::-webkit-scrollbar {
	background-color: #d4d4d4;
}
#side-nav:hover::-webkit-scrollbar-thumb, #right-col:hover::-webkit-scrollbar-thumb, #main-content:hover::-webkit-scrollbar-thumb {
	background-color: #adadad;
}

#mainPage {
	height: 100vh;
	overflow: hidden;
}

.card {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card.d {
    box-shadow: none;
}

.container, .container-sm, .container-md, .container-lg, .container-xl {
	max-width: 100%;
    padding: 0 15px;
}

::-webkit-scrollbar {
	background-color: transition !important;
}

.text-muted a {
	color: #6E6E6E;
}

@media only screen and (max-width: 1200px) {
	body {
		position: relative;
	}
	#mainPage {
		height: auto;
		overflow: hidden;
	}
	#nav-top-container {
		position: fixed;
		height: 10vh;
		left:0;
		right:0;
		top:0;
		z-index: 5;
	}
	#main-content-container {
		position: fixed;
		height: 90vh;
		left:0;
		right:0;
		top:0;
		z-index: 0;
	}
	.bs4_content {
		position: relative;
		overflow: hidden;
		height: 100vh;
		top: 0px;
		left:0;
		right:0;
		bottom:0;
	}
	#mobile-toolbar {
		display: flex;
		justify-content: center;
	}
	.mobile-nav {
		display: block;
		z-index:10;
	}
	.main-content > .row {
		display: block !important;
		position: relative;
		height: 90vh;
		margin-top: 4vh;
	}
	#burger {
		display: block;
	}
	#mobile-overlay.show {
		visibility: visible;
		left:80%;
		background-color: rgba(0,0,0,0.4);
		transition: 0.5s all ease-in-out;
		z-index:10;
	}
	.navbar {
		padding: 0;
	}
	#main-content-container {
		position: relative;
		overflow: scroll;
		overflow-x: hidden;
	}
	/*.main-content > .row {
		position: relative;
		display: block !important;
		overflow: scroll;
		overflow-x: hidden;
	}*/
	#side-nav, #main-content, #right-col {
		position: absolute !important;
		z-index: 0;
		height: 90vh;
		top: 10px;
		bottom: 0;
		right: 0;
		left: 0;
		background-color: #eeeeee;
		padding: 0 15px;
		height:auto;
		overflow: auto;
	}
	.main-content {
		position: relative;
	}
	#side-nav.active, #main-content.active, #right-col.active {
		z-index: 1;
	}
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 100%;
		padding: 0 5px;
	}
}